Skip to content

Commit

Permalink
Fix doc test failures in CI (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Hinds <lhinds@redhat.com>
  • Loading branch information
lukehinds authored Sep 30, 2022
1 parent 1210e4e commit 796b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
//! The examples folder contains code that shows users how to make Rekor API calls.
//! It also provides a clean interface with step-by-step instructions that other developers can copy and paste.
//!
//! ```
//! ```rust,no_run
//! use clap::{Arg, Command};
//! use sigstore::rekor::apis::{configuration::Configuration, entries_api};
//! use sigstore::rekor::models::log_entry::LogEntry;
Expand Down

0 comments on commit 796b50b

Please sign in to comment.