mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
clippy
This commit is contained in:
parent
3b9c65aefe
commit
3a1f2a2fcf
2 changed files with 3 additions and 3 deletions
|
@ -2437,7 +2437,7 @@ fn has_float_help(roc_type: &RocType, types: &Types, do_not_recurse: &[TypeId])
|
|||
}
|
||||
|
||||
// Based on https://doc.rust-lang.org/reference/keywords.html
|
||||
const RESERVED_KEYWORDS: &[&'static str] = &[
|
||||
const RESERVED_KEYWORDS: &[&str] = &[
|
||||
"try", "abstract", "become", "box", "do", "final", "macro", "override", "priv", "typeof",
|
||||
"unsized", "virtual", "yield", "async", "await", "dyn", "as", "break", "const", "continue",
|
||||
"crate", "else", "enum", "extern", "false", "fn", "for", "if", "impl", "in", "let", "loop",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue