Skip to content

Commit

Permalink
Fix a few broken doc references.
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Jan 28, 2025
1 parent 78ca718 commit 3bca619
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Builder for search indexes
#[cfg(doc)]
use crate::converter;

use crate::{
converter::{Converter, IdConverter},
Expand Down
2 changes: 2 additions & 0 deletions src/search.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#[cfg(doc)]
use crate::character::Character;
#[cfg(doc)]
use crate::converter;

use crate::converter::IndexWithConverter;
Expand Down

0 comments on commit 3bca619

Please sign in to comment.