Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
fix: remove competition state checking from pros-core docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Mar 6, 2024
1 parent ce8ed54 commit dc11546
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/pros-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Low level core functionality for [`pros-rs`](https://crates.io/crates/pros).
The core crate is used in all other crates in the pros-rs ecosystem.
Included in this crate:
- Global allocator
- Competition state checking
- Errno handling
- Serial terminal printing
- No-std `Instant`s
Expand Down
1 change: 0 additions & 1 deletion packages/pros-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//!
//! Included in this crate:
//! - Global allocator: [`pros_alloc`]
//! - Competition state checking: [`competition`]
//! - Errno handling: [`error`]
//! - Serial terminal printing: [`io`]
//! - No-std [`Instant`](time::Instant)s: [`time`]
Expand Down

0 comments on commit dc11546

Please sign in to comment.