Skip to content

Commit a64ade7

Browse files
committed
Merge branch 'force-documentation'
2 parents 23a92ce + 6475365 commit a64ade7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

system-configuration/src/dynamic_store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ impl SCDynamicStore {
221221
success != 0
222222
}
223223

224+
/// Removes the value of the specified key from the dynamic store.
224225
pub fn remove<S: Into<CFString>>(&self, key: S) -> bool {
225226
let cf_key = key.into();
226227
let success = unsafe {

system-configuration/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
//! [SystemConfiguration]: https://developer.apple.com/documentation/systemconfiguration?language=objc
1818
//! [`system-configuration-sys`]: https://crates.io/crates/system-configuration-sys
1919
20+
#![deny(missing_docs)]
21+
2022
#[macro_use]
2123
extern crate core_foundation;
2224
extern crate system_configuration_sys;

0 commit comments

Comments
 (0)