Skip to content

Commit 86f17c5

Browse files
committed
Add missing documentation
1 parent 631607f commit 86f17c5

File tree

1 file changed

+2
-0
lines changed
  • system-configuration/src

1 file changed

+2
-0
lines changed

system-configuration/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
2020
#![deny(missing_docs)]
2121

22+
/// CoreFoundation wrappers
2223
#[macro_use]
2324
pub extern crate core_foundation;
25+
/// Low-level SystemConfiguration bindings
2426
pub extern crate system_configuration_sys as sys;
2527

2628
pub mod dynamic_store;

0 commit comments

Comments
 (0)