Skip to content

Commit

Permalink
Removed "_"
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-barrett committed Dec 16, 2023
1 parent 420346b commit f7805c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const LURK_PACKAGE_SYMBOL_NAME: &str = "lurk";
const USER_PACKAGE_SYMBOL_NAME: &str = "user";
const META_PACKAGE_SYMBOL_NAME: &str = "meta";

const LURK_PACKAGE_SYMBOLS_NAMES: [&str; 36] = [
const LURK_PACKAGE_SYMBOLS_NAMES: [&str; 35] = [
"atom",
"begin",
"car",
Expand Down Expand Up @@ -251,7 +251,6 @@ const LURK_PACKAGE_SYMBOLS_NAMES: [&str; 36] = [
">",
"<=",
">=",
"_",
];

const META_PACKAGE_SYMBOLS_NAMES: [&str; 28] = [
Expand Down

0 comments on commit f7805c6

Please sign in to comment.