# Allow `unwrap()`/`expect()` inside test functions and `#[cfg(test)]` modules.
# Production code keeps `clippy::unwrap_used = deny` (see Cargo.toml `[lints]`);
# tests legitimately unwrap to fail loudly, so this is the upstream-recommended
# exception rather than scattering `#[allow]` across every test module.
= true
= true
# Product/format names that look like code identifiers to doc_markdown.
= ["OLECF", "MS-CFB", "FAT", "DIFAT", "CLSID", "FILETIME", "UTF-16", "GUID", "libolecf", "oledump", "automaticDestinations", "RootStorage", "cfb-forensic", "forensicnomicon"]