File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This crate contains the the library used as a backend for the
14
14
15
15
Since the [ cpp-linter python package] [ pypi-org ] now uses this library
16
16
as a binding, the native binary's ` main() ` behavior is also present in this
17
- library (see ` run::run_main() ` ).
17
+ library (see [ ` run::run_main() ` ] ( fn@crate::run::run_main ) ).
18
18
19
19
See also the [ CLI document hosted on github] [ gh-pages ] .
20
20
Original file line number Diff line number Diff line change 1
1
#![ doc(
2
- html_logo_url = "https://github. com/cpp-linter/cpp-linter-rs/raw/ main/docs/theme/favicon .png"
2
+ html_logo_url = "https://raw.githubusercontent. com/cpp-linter/cpp-linter-rs/main/docs/docs/images/logo .png"
3
3
) ]
4
4
#![ doc(
5
- html_favicon_url = "https://github.com/cpp-linter/cpp-linter-rs/raw/main/docs/theme/ favicon.png "
5
+ html_favicon_url = "https://github.com/cpp-linter/cpp-linter-rs/raw/main/docs/docs/images/ favicon.ico "
6
6
) ]
7
7
#![ doc = include_str ! ( "../README.md" ) ]
8
8
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ impl log::Log for SimpleLogger {
46
46
/// A function to initialize the private `LOGGER`.
47
47
///
48
48
/// The logging level defaults to [`LevelFilter::Info`].
49
- /// Returns a [`SetLoggerError`] if the `LOGGER` is already initialized.
49
+ /// Returns a [`SetLoggerError`](struct@log::SetLoggerError) if the `LOGGER` is already initialized.
50
50
pub fn init ( ) -> Result < ( ) > {
51
51
let logger: SimpleLogger = SimpleLogger ;
52
52
if matches ! (
You can’t perform that action at this time.
0 commit comments