Skip to content

Commit fd20426

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/macros.rs‎

Lines changed: 1 addition & 1 deletion
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)