Skip to content

Commit

Permalink
fix(derive): remove unnecessary online feature decorator (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Apr 28, 2024
1 parent 963cdb8 commit 1cdb2fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/derive/src/online/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub type OnlineAttributesQueue<DAP> = AttributesQueue<
>;

/// Creates a new online stack.
#[cfg(feature = "online")]
pub fn new_online_stack<DAP>(
rollup_config: Arc<RollupConfig>,
chain_provider: AlloyChainProvider<ReqwestProvider>,
Expand Down

0 comments on commit 1cdb2fe

Please sign in to comment.