Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikomatsakis/1934b45706d9e3d2210cea74eb41dd54 to your computer and use it in GitHub Desktop.
Save nikomatsakis/1934b45706d9e3d2210cea74eb41dd54 to your computer and use it in GitHub Desktop.
Compiling duchess v0.1.0 (/home/nmatsakis/versioned/duchess)
warning: associated function `parse` is never used
--> src/class_info.rs:16:12
|
16 | pub fn parse(input: &str) -> anyhow::Result<Self> {
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: function `parse_class_info` is never used
--> src/class_info/javap.rs:7:15
|
7 | pub(super) fn parse_class_info(input: &str) -> anyhow::Result<ClassInfo> {
| ^^^^^^^^^^^^^^^^
warning: associated function `new` is never used
--> /home/nmatsakis/versioned/duchess/target/debug/build/duchess-050414c9ea29398b/out/class_info/javap_parser.rs:2055:16
|
2055 | pub fn new() -> ClassInfoParser {
| ^^^
warning: function `new_builder` is never used
--> /home/nmatsakis/versioned/duchess/target/debug/build/duchess-050414c9ea29398b/out/class_info/javap_parser.rs:7912:12
|
7912 | pub fn new_builder() -> __lalrpop_util::lexer::MatcherBuilder {
| ^^^^^^^^^^^
warning: `duchess` (lib) generated 4 warnings
Finished dev [unoptimized + debuginfo] target(s) in 1.71s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment