diff options
Diffstat (limited to '')
| -rw-r--r-- | src/util/line_ending.rs | 3 | ||||
| -rw-r--r-- | src/util/mdx.rs | 3 | 
2 files changed, 0 insertions, 6 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] diff --git a/src/util/mdx.rs b/src/util/mdx.rs index 882f3f5..ce5c9d4 100644 --- a/src/util/mdx.rs +++ b/src/util/mdx.rs @@ -1,5 +1,3 @@ -extern crate alloc; -  use alloc::string::String;  /// Signal used as feedback when parsing MDX ESM/expressions. @@ -89,7 +87,6 @@ pub type ExpressionParse = dyn Fn(&str, &ExpressionKind) -> Signal;  #[cfg(test)]  mod tests { -    extern crate std;      use super::*;      use alloc::boxed::Box;  | 
