Skip to content

Commit

Permalink
Add #Issues docs to LoopHelper
Browse files Browse the repository at this point in the history
Remove release script
Remove rustfmt.toml
Update ci config
  • Loading branch information
alexheretic committed Jan 1, 2024
1 parent 78581a6 commit b7f4399
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- windows-latest
steps:
- run: rustup update stable
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cargo test

rustfmt:
runs-on: ubuntu-latest
steps:
- run: rustup update stable
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: cargo fmt -- --check
25 changes: 0 additions & 25 deletions release

This file was deleted.

1 change: 0 additions & 1 deletion rustfmt.toml

This file was deleted.

4 changes: 4 additions & 0 deletions src/loop_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ use std::time::{Duration, Instant};
/// Can limit a loop rate to a desired target using
/// [`LoopHelper::loop_sleep`](struct.LoopHelper.html#method.loop_sleep).
///
/// # Issues
/// There are known limitations/flaws, see [#19](https://github.com/alexheretic/spin-sleep/issues/19).
/// `LoopHelper` will probably be deprecated for removal in the future.
///
/// # Example
///
/// ```no_run
Expand Down

0 comments on commit b7f4399

Please sign in to comment.