Skip to content

Commit

Permalink
Remove http feature gate for api mod
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 27, 2024
1 parent 18ab69a commit 1eb8dd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// https://github.com/taiki-e/coverage-helper?tab=readme-ov-file#usage
#![cfg_attr(all(test, coverage_nightly), feature(coverage_attribute))]

#[cfg(feature = "http")]
pub mod api;
pub mod app;
pub mod app_context;
Expand Down

0 comments on commit 1eb8dd5

Please sign in to comment.