Skip to content

Commit

Permalink
fix: adding cfg test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Oct 18, 2024
1 parent bc7e9fd commit 74f32e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rig-core/src/loaders/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ impl<'a, State> FileLoader<'a, State> {
}
}

#[cfg(test)]
mod tests {
use super::FileLoader;

Expand Down
1 change: 1 addition & 0 deletions rig-core/src/loaders/pdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ impl<'a, State> PdfFileLoader<'a, State> {
}
}

#[cfg(test)]
mod tests {
use super::PdfFileLoader;

Expand Down

0 comments on commit 74f32e6

Please sign in to comment.