Skip to content

Commit

Permalink
chore: add command for building docs and fix doc comments link
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
  • Loading branch information
elpiel committed Oct 11, 2024
1 parent 887b67f commit ec31a33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[alias]

build-docs = "doc --no-deps --workspace --document-private-items --all-features"
5 changes: 3 additions & 2 deletions benches-harness/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
//! Dummy crate for testing with [`criterion`]` without bumping MSRV of `nmea`
//! every time there's an MSRV change in dependency crate like [`criterion`].
//! Dummy crate for testing with [`criterion`](https://crates.io/crates/criterion) without bumping MSRV of `nmea`
//! every time there's an MSRV change in dependency crate like [`criterion`](https://crates.io/crates/criterion).
//!

0 comments on commit ec31a33

Please sign in to comment.