Skip to content

Commit 5f605a6

Browse files
committed
Reorder module-level attributes in crate root
1 parent 9c63cee commit 5f605a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
//!
8989
//! [prettyplease]: https://github.com/dtolnay/prettyplease
9090
91+
#![no_std]
9192
#![doc(html_root_url = "https://docs.rs/quote/1.0.42")]
9293
#![allow(
9394
clippy::doc_markdown,
@@ -100,7 +101,6 @@
100101
// false positive https://github.com/rust-lang/rust-clippy/issues/6983
101102
clippy::wrong_self_convention,
102103
)]
103-
#![no_std]
104104

105105
extern crate alloc;
106106
extern crate std;

0 commit comments

Comments
 (0)