Skip to content

Commit

Permalink
Add doc links to reference to std API items. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Mar 16, 2023
1 parent c7b2e50 commit ba9136d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cap-async-std/src/fs/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based filesystem API modeled after `async_std::fs`.
//! A capability-based filesystem API modeled after [`async_std::fs`].
//!
//! This corresponds to [`async_std::fs`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-async-std/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based API modeled after `async_std`.
//! A capability-based API modeled after [`async_std`].
//!
//! This corresponds to [`async_std`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-async-std/src/net/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based network API modeled after `async_std::net`.
//! A capability-based network API modeled after [`async_std::net`].
//!
//! This corresponds to [`async_std::net`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-async-std/src/time/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based clock API modeled after `std::time`.
//! A capability-based clock API modeled after [`std::time`].
//!
//! This corresponds to [`std::time`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-std/src/fs/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based filesystem API modeled after `std::fs`.
//! A capability-based filesystem API modeled after [`std::fs`].
//!
//! This corresponds to [`std::fs`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-std/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based API modeled after `std`.
//! A capability-based API modeled after [`std`].
//!
//! This corresponds to [`std`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-std/src/net/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based network API modeled after `std::net`.
//! A capability-based network API modeled after [`std::net`].
//!
//! This corresponds to [`std::net`].
//!
Expand Down
2 changes: 1 addition & 1 deletion cap-std/src/time/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! A capability-based clock API modeled after `std::time`.
//! A capability-based clock API modeled after [`std::time`].
//!
//! This corresponds to [`std::time`].
//!
Expand Down

0 comments on commit ba9136d

Please sign in to comment.