We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097ac62 commit e470e44Copy full SHA for e470e44
rust/src/headless.rs
@@ -98,7 +98,7 @@ impl InitializationOptions {
98
}
99
100
/// A license to override with, you can use this to make sure you initialize with a specific license.
101
- ///
+ ///
102
/// This takes the form of a JSON array. The string should be formed like:
103
/// ```json
104
/// [{ /* json object with license data */ }]
rust/src/lib.rs
@@ -17,6 +17,7 @@
17
#![allow(clippy::result_unit_err)]
18
#![allow(clippy::type_complexity)]
19
#![allow(clippy::too_many_arguments)]
20
+#![allow(clippy::needless_doctest_main)]
21
#![doc(html_root_url = "https://dev-rust.binary.ninja/")]
22
#![doc(html_favicon_url = "/favicon.ico")]
23
#![doc(html_logo_url = "/logo.png")]
0 commit comments