Skip to content

Commit

Permalink
doc: uncomment the use expr for operator example (#1685)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Wei <[email protected]>
  • Loading branch information
zwpaper authored Mar 19, 2023
1 parent a052eaa commit 8a89073
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/src/types/operator/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,9 @@ impl Operator {
/// ```no_run
/// # use anyhow::Result;
/// # use futures::io;
/// # use opendal::Operator;
/// # use opendal::EntryMode;
/// # use futures::TryStreamExt;
/// use opendal::Operator;
/// use opendal::EntryMode;
/// use futures::TryStreamExt;
/// use opendal::Metakey;
/// # #[tokio::main]
/// # async fn test(op: Operator) -> Result<()> {
Expand Down Expand Up @@ -841,9 +841,9 @@ impl Operator {
/// ```no_run
/// # use anyhow::Result;
/// # use futures::io;
/// # use opendal::Operator;
/// # use opendal::EntryMode;
/// # use futures::TryStreamExt;
/// use opendal::Operator;
/// use opendal::EntryMode;
/// use futures::TryStreamExt;
/// use opendal::Metakey;
/// #
/// # #[tokio::main]
Expand Down

0 comments on commit 8a89073

Please sign in to comment.