Skip to content

Commit e470e44

Browse files
committed
Misc formatting and clippy lint allow
1 parent 097ac62 commit e470e44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust/src/headless.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl InitializationOptions {
9898
}
9999

100100
/// A license to override with, you can use this to make sure you initialize with a specific license.
101-
///
101+
///
102102
/// This takes the form of a JSON array. The string should be formed like:
103103
/// ```json
104104
/// [{ /* json object with license data */ }]

rust/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#![allow(clippy::result_unit_err)]
1818
#![allow(clippy::type_complexity)]
1919
#![allow(clippy::too_many_arguments)]
20+
#![allow(clippy::needless_doctest_main)]
2021
#![doc(html_root_url = "https://dev-rust.binary.ninja/")]
2122
#![doc(html_favicon_url = "/favicon.ico")]
2223
#![doc(html_logo_url = "/logo.png")]

0 commit comments

Comments
 (0)