diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-03-17 21:48:21 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-03-17 21:48:21 +0400 |
| commit | bd08c736df80561de683bde825a4f4feca003898 (patch) | |
| tree | ac12e4dbfc1f24e52107110151bb153c96b7586c /sem2/rustfmt.toml | |
| parent | 3afa13a155c3bc9101f39e4e4f209b65e5ebc88e (diff) | |
Добавлен конструктор Number::from_digits и изменён тип поля radix на u8
Diffstat (limited to 'sem2/rustfmt.toml')
| -rw-r--r-- | sem2/rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sem2/rustfmt.toml b/sem2/rustfmt.toml new file mode 100644 index 0000000..df99c69 --- /dev/null +++ b/sem2/rustfmt.toml @@ -0,0 +1 @@ +max_width = 80 |