diff options
Diffstat (limited to 'src/docs/large_digit_groups.txt')
| -rw-r--r-- | src/docs/large_digit_groups.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/docs/large_digit_groups.txt b/src/docs/large_digit_groups.txt deleted file mode 100644 index f60b19345af..00000000000 --- a/src/docs/large_digit_groups.txt +++ /dev/null @@ -1,12 +0,0 @@ -### What it does -Warns if the digits of an integral or floating-point -constant are grouped into groups that -are too large. - -### Why is this bad? -Negatively impacts readability. - -### Example -``` -let x: u64 = 6186491_8973511; -``` \ No newline at end of file |
