Skip to content

Commit

Permalink
Merge pull request #117 from Malax/schneems/fix-warning
Browse files Browse the repository at this point in the history
Fix `LayerLifecycle` doctests warning
  • Loading branch information
schneems authored Oct 26, 2021
2 parents dfd1cd2 + 2f74493 commit dba0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer_lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! Example:
//!
//! ```no-run
//! ```ignore
//! let run_sh_path: PathBuf = execute_layer_lifecycle("opt", OptLayerLifecycle {}, &context)?;
//! ```
//!
Expand Down

0 comments on commit dba0793

Please sign in to comment.