Skip to content

Commit

Permalink
Merge pull request #59 from dtolnay/test
Browse files Browse the repository at this point in the history
Fix doc tests of unindent crate
  • Loading branch information
dtolnay committed Feb 11, 2023
2 parents bbbec14 + 4a7cf6c commit 40efc8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo test
- run: cargo test --workspace

minimal:
name: Minimal versions
Expand Down
2 changes: 1 addition & 1 deletion unindent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@

mod unindent;

pub use unindent::*;
pub use crate::unindent::*;

0 comments on commit 40efc8e

Please sign in to comment.