Skip to content

Commit

Permalink
Misc formatting and clippy lint allow
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Jan 15, 2025
1 parent 097ac62 commit e470e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/headless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl InitializationOptions {
}

/// A license to override with, you can use this to make sure you initialize with a specific license.
///
///
/// This takes the form of a JSON array. The string should be formed like:
/// ```json
/// [{ /* json object with license data */ }]
Expand Down
1 change: 1 addition & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#![allow(clippy::result_unit_err)]
#![allow(clippy::type_complexity)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::needless_doctest_main)]
#![doc(html_root_url = "https://dev-rust.binary.ninja/")]
#![doc(html_favicon_url = "/favicon.ico")]
#![doc(html_logo_url = "/logo.png")]
Expand Down

0 comments on commit e470e44

Please sign in to comment.