Created
March 25, 2023 18:21
-
-
Save nikomatsakis/1934b45706d9e3d2210cea74eb41dd54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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