Skip to content

Commit

Permalink
Remove useless cstddef header from rust-fmt
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* ast/rust-fmt.h:  Remove useless cstddef header from rust-fmt
  • Loading branch information
badumbatish authored and P-E-P committed May 21, 2024
1 parent 06bc336 commit 9ff8ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcc/rust/ast/rust-fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define RUST_FMT_H

#include "rust-system.h"
#include <cstddef>

// FIXME: How to encode Option?

Expand Down

0 comments on commit 9ff8ac9

Please sign in to comment.