Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Levitanus committed Mar 31, 2024
1 parent 946c10f commit eb56eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion low/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/rea-rs-low/0.1.3")]
#![doc(html_root_url = "https://docs.rs/rea-rs-low/0.1.31")]
#![allow(renamed_and_removed_lints)]
#![deny(broken_intra_doc_links)]

Expand Down
2 changes: 1 addition & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/rea-rs-macros/0.1.3")]
#![doc(html_root_url = "https://docs.rs/rea-rs-macros/0.1.31")]
#![allow(renamed_and_removed_lints)]
#![deny(broken_intra_doc_links)]

Expand Down

0 comments on commit eb56eef

Please sign in to comment.