Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | lib/ungrammar/rust.ungram | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ungrammar/rust.ungram b/lib/ungrammar/rust.ungram index cb58486eff..7781e719e2 100644 --- a/lib/ungrammar/rust.ungram +++ b/lib/ungrammar/rust.ungram @@ -1,3 +1,5 @@ +// Note this grammar file does not reflect the current language as this file is no longer maintained. + // Rust Un-Grammar. // // This grammar specifies the structure of Rust's concrete syntax tree. |