Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions crates/perry-ext-http-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mod response;
mod response_fast;
mod server;
#[cfg(test)]
#[cfg(test)]
mod test_async_shims;
mod tls;
mod types;
Expand Down
1 change: 1 addition & 0 deletions crates/perry-ext-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,7 @@ mod tests;
// Test-only `perry_ffi_*` async-bridge shims so the lib test links without the
// host stdlib archive (mirrors perry-ext-net / perry-ext-http-server).
#[cfg(test)]
#[cfg(test)]
mod test_async_shims;

// Suppress unused-import warnings for FFI-only types.
Expand Down
Loading