From 0e832ecc9a19086d85718e378febb633e38afe84 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Thu, 14 Sep 2017 13:18:18 -0400 Subject: Remove `float`, `int`, and `uint` as built-in types. These went away pre Rust-1.0 and are valid identifiers. Went ahead and removed them from the tests as well, replacing them with real types of the same number of characters. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') 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")) -- cgit v1.2.3