Clippy and remove unused is_binary (#5879)

This commit is contained in:
JT
2022-06-26 08:20:28 +12:00
committed by GitHub
parent ef9b72d360
commit 575ddbd4ef
5 changed files with 18 additions and 28 deletions

View File

@ -1033,12 +1033,6 @@ pub fn create_scope(
span,
});
cols.push("is_binary".to_string());
vals.push(Value::Bool {
val: decl.is_binary(),
span,
});
cols.push("is_builtin".to_string());
// we can only be a is_builtin or is_custom, not both
vals.push(Value::Bool {