diff options
author | pommicket <pommicket@gmail.com> | 2023-05-11 11:36:23 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-11 11:36:23 -0400 |
commit | 79724dc47d0fe9b6ceaa21cd3af1052bdcaea653 (patch) | |
tree | 1fa8b5f0c9fd7575b80f405bb83aee0aadf1871f /test/test.rs | |
parent | 2794f396484bc8f1fb29190478c668cda22ce22d (diff) |
improve number syntax highligting
Diffstat (limited to 'test/test.rs')
-rw-r--r-- | test/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.rs b/test/test.rs index 40c2438..3d938f2 100644 --- a/test/test.rs +++ b/test/test.rs @@ -25,6 +25,6 @@ let x = lines. } print!(" string - "); + {}", 1usize); Ok(()) } |