diff options
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el index ebc6ee9..d5f1391 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -547,7 +547,7 @@ buffer." "u128" "i128" "f32" "f64" - "float" "int" "uint" "isize" "usize" + "isize" "usize" "bool" "str" "char")) |
