Skip to content

Commit

Permalink
Reenable non-proc macro doc tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed Mar 6, 2024
1 parent 8b763ab commit 7b31e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyo3_bindgen_engine/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use rustc_hash::FxHashSet as HashSet;
/// default configuration, all submodules, classes, functions, and parameters
/// will be recursively parsed and included in the generated bindings.
///
/// ```no_run
/// ```
/// # use pyo3_bindgen_engine::{Codegen, Config};
/// fn main() -> Result<(), Box<dyn std::error::Error>> {
/// Codegen::new(Config::default())?
Expand All @@ -31,7 +31,7 @@ use rustc_hash::FxHashSet as HashSet;
/// respective submodules, classes, functions, and parameters. No direct attributes
/// or submodules of the `html` top-level module will be included.
///
/// ```no_run
/// ```
/// # use pyo3_bindgen_engine::{Codegen, Config};
/// fn main() -> Result<(), Box<dyn std::error::Error>> {
/// Codegen::new(Config::default())?
Expand Down

0 comments on commit 7b31e43

Please sign in to comment.