Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Mar 5, 2024
1 parent 780e3ae commit 214f4b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drink/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ pub const NO_ENDOWMENT: Option<BalanceOf<MinimalRuntime>> = None;
/// # use drink::{
/// # local_contract_file,
/// # session::Session,
/// # session::{NO_ARGS, NO_SALT, NO_ENDOWMENT},
/// # session::{ContractBundle, NO_ARGS, NO_SALT, NO_ENDOWMENT},
/// # runtime::MinimalRuntime,
/// # ContractBundle,
/// # };
///
/// # fn main() -> Result<(), drink::session::error::SessionError> {
Expand Down

0 comments on commit 214f4b6

Please sign in to comment.