Skip to content

Commit

Permalink
docs.rs hotfix for bug introduced in messense#43
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Aug 18, 2024
1 parent 0856ed6 commit 6f8f3ec
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 @@ -433,7 +433,7 @@ pub fn get_if_addrs() -> io::Result<Vec<Interface>> {
doc(cfg(any(
not(target_vendor = "apple"),
not(target_os = "freebsd"),
not(target_os = "netbsd")
not(target_os = "netbsd"),
not(target_os = "openbsd")
)))
)]
Expand Down

0 comments on commit 6f8f3ec

Please sign in to comment.