Skip to content

Commit

Permalink
Set html_root_url for 2 other library crates
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2023
1 parent 5ebaee1 commit 3d84180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gen/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
//! $ cxxbridge src/main.rs > path/to/mybridge.cc
//! ```
#![doc(html_root_url = "https://docs.rs/cxx-build/1.0.91")]
#![allow(
clippy::cast_sign_loss,
clippy::default_trait_access,
Expand Down
1 change: 1 addition & 0 deletions gen/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! [dtolnay/cxx#235]: https://github.com/dtolnay/cxx/issues/235
//! [https://github.com/google/autocxx]: https://github.com/google/autocxx
#![doc(html_root_url = "https://docs.rs/cxx-gen/0.7.91")]
#![deny(missing_docs)]
#![allow(dead_code)]
#![allow(
Expand Down

0 comments on commit 3d84180

Please sign in to comment.