Skip to content

Commit

Permalink
fix: weird book edgecase
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Dec 8, 2024
1 parent 850cca2 commit 30c047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/developers/contributing/rust/imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
3. self, super and crate imports.
- Alphabetize imports in `Cargo.toml`

```rust
```rust,ignore
use alloc::alloc::Layout;
use core::f32;
use std::sync::Arc;
Expand Down

0 comments on commit 30c047d

Please sign in to comment.