Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ pub mod rich_structure;
pub mod security;
pub mod strings;

// FIXME! Causes STATUS_STACK_BUFFER_OVERRUN in CI on nightly x86_64-pc-windows-msvc
// #[cfg(test)]
// mod tests;
#[cfg(test)]
mod tests;
Loading