Skip to content

Commit

Permalink
Remove old example docs
Browse files Browse the repository at this point in the history
The up-to-date example has been moved to the root module's doc comment.
  • Loading branch information
spenserblack committed Sep 26, 2023
1 parent c3872b5 commit b9469f3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gengo/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ use crate::file_source::FileSource;
use std::error::Error as ErrorTrait;

/// Builds a new `Gengo` instance.
///
/// # Example
///
/// ```no_run
/// use gengo::Builder;
/// let gengo = Builder::new("path/to/repo", "HEAD").build().unwrap();
/// ```
pub struct Builder<FS: for<'fs> FileSource<'fs>> {
file_source: FS,
analyzers: Option<Analyzers>,
Expand Down

0 comments on commit b9469f3

Please sign in to comment.