File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#![ doc( html_root_url = "https://api.rocket.rs/v0.5" ) ]
2
- #![ doc( html_favicon_url = "https://rocket.rs/v0.5/ images/favicon.ico" ) ]
3
- #![ doc( html_logo_url = "https://rocket.rs/v0.5/ images/logo-boxed.png" ) ]
2
+ #![ doc( html_favicon_url = "https://rocket.rs/images/favicon.ico" ) ]
3
+ #![ doc( html_logo_url = "https://rocket.rs/images/logo-boxed.png" ) ]
4
4
5
5
#![ warn( rust_2018_idioms) ]
6
6
#![ allow( unused_extern_crates) ]
Original file line number Diff line number Diff line change 2
2
#![ recursion_limit="128" ]
3
3
4
4
#![ doc( html_root_url = "https://api.rocket.rs/v0.5" ) ]
5
- #![ doc( html_favicon_url = "https://rocket.rs/v0.5/ images/favicon.ico" ) ]
6
- #![ doc( html_logo_url = "https://rocket.rs/v0.5/ images/logo-boxed.png" ) ]
5
+ #![ doc( html_favicon_url = "https://rocket.rs/images/favicon.ico" ) ]
6
+ #![ doc( html_logo_url = "https://rocket.rs/images/logo-boxed.png" ) ]
7
7
8
8
#![ warn( rust_2018_idioms) ]
9
9
Original file line number Diff line number Diff line change 3
3
#![ recursion_limit="256" ]
4
4
5
5
#![ doc( html_root_url = "https://api.rocket.rs/v0.5" ) ]
6
- #![ doc( html_favicon_url = "https://rocket.rs/v0.5/ images/favicon.ico" ) ]
7
- #![ doc( html_logo_url = "https://rocket.rs/v0.5/ images/logo-boxed.png" ) ]
6
+ #![ doc( html_favicon_url = "https://rocket.rs/images/favicon.ico" ) ]
7
+ #![ doc( html_logo_url = "https://rocket.rs/images/logo-boxed.png" ) ]
8
8
9
9
#![ warn( rust_2018_idioms) ]
10
10
You can’t perform that action at this time.
0 commit comments