]> git.lizzy.rs Git - rust.git/blobdiff - crates/ide_ssr/src/lib.rs
Merge #7961
[rust.git] / crates / ide_ssr / src / lib.rs
index b894d326e3aab91fc2807e0b08fe29a650ed7110..00585f448c8211b5d89d71d1101af07167e87e35 100644 (file)
@@ -67,6 +67,7 @@
 // // foo($a, $b) ==>> ($a).foo($b)
 // ```
 
+mod from_comment;
 mod matching;
 mod nester;
 mod parsing;
@@ -80,6 +81,7 @@
 
 use crate::errors::bail;
 pub use crate::errors::SsrError;
+pub use crate::from_comment::ssr_from_comment;
 pub use crate::matching::Match;
 use crate::matching::MatchFailureReason;
 use hir::Semantics;