diff options
Diffstat (limited to 'src/util/line_ending.rs')
-rw-r--r-- | src/util/line_ending.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/line_ending.rs b/src/util/line_ending.rs index a018fe8..be4d8a3 100644 --- a/src/util/line_ending.rs +++ b/src/util/line_ending.rs @@ -1,5 +1,3 @@ -extern crate alloc; - use alloc::{str::FromStr, string::String}; /// Type of line endings in markdown. @@ -82,7 +80,6 @@ impl FromStr for LineEnding { #[cfg(test)] mod tests { - extern crate std; use super::*; #[test] |