Skip to content

Commit

Permalink
Merge remote-tracking branch 'ehuss/update-html-root-url'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Aug 4, 2023
2 parents 7c80e4a + 8ff80b0 commit 83a8542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![cfg(windows)]
#![deny(missing_docs)]
#![allow(bad_style)]
#![doc(html_root_url = "https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/")]
#![doc(html_root_url = "https://docs.rs/miow/latest/")]

use std::cmp;
use std::io;
Expand Down

0 comments on commit 83a8542

Please sign in to comment.