Skip to content

Commit 58d7409

Browse files
committed
docs: 🩹 update doc tests to include kernel version
1 parent c994b9d commit 58d7409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

procfs-core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ macro_rules! from_str {
247247
/// ticks_per_second: 100,
248248
/// page_size: 4096,
249249
/// is_little_endian: true,
250+
/// kernel_version: "6.11.0".parse().unwrap(),
250251
/// };
251252
///
252253
/// let rss_bytes = stat.rss_bytes().with_system_info(&system_info);

0 commit comments

Comments
 (0)