Skip to content

Commit fd20426

Browse files
committed
Rename ModSep to PathSep
1 parent 31a4eae commit fd20426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ fn next_space(tok: &TokenKind) -> SpaceState {
10911091
| TokenKind::DotDotEq
10921092
| TokenKind::Question => SpaceState::Punctuation,
10931093

1094-
TokenKind::ModSep
1094+
TokenKind::PathSep
10951095
| TokenKind::Pound
10961096
| TokenKind::Dollar
10971097
| TokenKind::OpenDelim(_)

0 commit comments

Comments
 (0)