Skip to content

Commit

Permalink
re-exporting quote::quote in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Aug 28, 2024
1 parent a04d038 commit 08ba4ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ecosystem/rust/parser/src/prelude/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pub use ligen::common::*;
pub use quote::TokenStreamExt;
pub(crate) use ligen::parser::Parser;

pub mod syn2;

#[cfg(test)]
pub use quote::quote;
pub(crate) use ligen::parser::Parser;

0 comments on commit 08ba4ed

Please sign in to comment.