Skip to content

Merge pull request #22 from ace-design/fixes #62

Merge pull request #22 from ace-design/fixes

Merge pull request #22 from ace-design/fixes #62

GitHub Actions / clippy succeeded Jan 19, 2024 in 0s

clippy

3 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 3
Note 0
Help 0

Versions

  • rustc 1.75.0 (82e1608df 2023-12-21)
  • cargo 1.75.0 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (82e1608 2023-12-21)

Annotations

Check warning on line 171 in ls_framework/src/metadata/ast/rules_translator.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

method `new_error_node` is never used

warning: method `new_error_node` is never used
   --> ls_framework/src/metadata/ast/rules_translator.rs:171:8
    |
25  | impl RulesTranslator {
    | -------------------- method in this implementation
...
171 |     fn new_error_node(
    |        ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

Check warning on line 9 in ls_framework/src/metadata/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `SymbolTableActions`, `SymbolTable`

warning: unused imports: `SymbolTableActions`, `SymbolTable`
 --> ls_framework/src/metadata/mod.rs:9:32
  |
9 | pub use symbol_table::{Symbol, SymbolTable, SymbolTableActions};
  |                                ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^

Check warning on line 4 in ls_framework/src/metadata/ast/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `TypeDecType`

warning: unused import: `TypeDecType`
 --> ls_framework/src/metadata/ast/mod.rs:4:37
  |
4 | pub use tree::{Ast, Node, NodeKind, TypeDecType, VisitNode, Visitable};
  |                                     ^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default