Skip to content

Commit 13cf046

Browse files
committed
deploy: 244c672
1 parent eaa5aaa commit 13cf046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use semver::{Version, VersionReq};
1212
use std::io;
1313
use std::process;
1414

15-
extern crate cpp_linter_lib;
15+
extern crate cpp_linter;
1616

1717
use cli_gen_lib::CliGen;
1818

@@ -82,7 +82,7 @@ mod cli_gen_lib {
8282
use mdbook::book::Book;
8383
use mdbook::preprocess::{Preprocessor, PreprocessorContext};
8484

85-
use cpp_linter_lib::cli;
85+
use cpp_linter::cli;
8686

8787
pub struct CliGen;
8888

0 commit comments

Comments
 (0)