Skip to content

Commit 4bc8299

Browse files
committed
Fix outdated docs
1 parent d59c0d1 commit 4bc8299

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

opener/src/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
//!
2121
//! # Crate features
2222
//!
23-
//! - **reveal** - Enables usage of the [`reveal`] function. On Linux this will pull in the
24-
//! [`dbus`](https://docs.rs/dbus) crate. If the **dbus-vendored** feature is enabled (which it
25-
//! is by default), dbus will use static linking. Otherwise it will be dynamically linked, and
26-
//! some system dependencies will be required to build `dbus` and also to run any built binaries.
27-
//! Refer to the [`dbus` docs](https://github.com/diwic/dbus-rs#requirements) for the specifics.
28-
//! - **dbus-vendored** - See the **reveal** feature.
23+
//! - **reveal** - Enables usage of the [`reveal`] function.
2924
3025
#![warn(
3126
rust_2018_idioms,

0 commit comments

Comments
 (0)