mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Clippy doin' clippy things
This commit is contained in:
parent
62723824dd
commit
e61ac3b41b
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ fn main() -> io::Result<()> {
|
|||
run(build_app().get_matches())
|
||||
}
|
||||
|
||||
pub static FLAG_OPTIMIZE: &'static str = "optimize";
|
||||
pub static FLAG_ROC_FILE: &'static str = "ROC_FILE";
|
||||
pub static FLAG_OPTIMIZE: &str = "optimize";
|
||||
pub static FLAG_ROC_FILE: &str = "ROC_FILE";
|
||||
|
||||
pub fn build_app<'a>() -> App<'a> {
|
||||
App::new("roc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue