Skip to content

Commit c884ceb

Browse files
bors[bot]matklad
andauthored
Merge #5315
5315: Minor r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 607d99f + 19f8912 commit c884ceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/ra_mbe/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ mod syntax_bridge;
99
mod tt_iter;
1010
mod subtree_source;
1111

12+
#[cfg(test)]
13+
mod tests;
14+
1215
pub use tt::{Delimiter, Punct};
1316

1417
use crate::{
@@ -273,6 +276,3 @@ impl<T: Default> From<Result<T, ExpandError>> for ExpandResult<T> {
273276
.map_or_else(|e| ExpandResult(Default::default(), Some(e)), |it| ExpandResult(it, None))
274277
}
275278
}
276-
277-
#[cfg(test)]
278-
mod tests;

0 commit comments

Comments
 (0)