We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66c910 commit dc70412Copy full SHA for dc70412
procfs-core/src/devices.rs
@@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
12
pub struct Devices {
13
/// Character devices
14
pub char_devices: Vec<CharDeviceEntry>,
15
- /// Block devices
+ /// Block devices, which can be empty if the kernel doesn't support block devices (without `CONFIG_BLOCK`)
16
pub block_devices: Vec<BlockDeviceEntry>,
17
}
18
0 commit comments