We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59c0d1 commit 4bc8299Copy full SHA for 4bc8299
opener/src/lib.rs
@@ -20,12 +20,7 @@
20
//!
21
//! # Crate features
22
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.
+//! - **reveal** - Enables usage of the [`reveal`] function.
29
30
#![warn(
31
rust_2018_idioms,
0 commit comments