Skip to content

Commit 26add39

Browse files
committed
updating links to documentation
1 parent b882a59 commit 26add39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ keywords = ["deferred", "reference", "pointer", "lifetime", "unsafecell"]
1212
categories = ["concurrency", "data-structures", "memory-management", "no-std", "rust-patterns"]
1313
homepage = "https://github.com/Pointerbender/deferred_reference#readme"
1414
repository = "https://github.com/Pointerbender/deferred_reference"
15+
documentation = "https://docs.rs/deferred_reference"
1516
readme = "README.md"
1617

1718
[features]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For using this crate in stable Rust you need to disable the unstable nightly fea
3131
deferred_reference = { version = "0.1.0", default-features = false }
3232
```
3333

34-
Please see the documentation for this crate on how to get started with some concrete code examples.
34+
Please see the [documentation for this crate](https://docs.rs/deferred_reference) on how to get started with some concrete code examples.
3535

3636
## `#![no_std]` environments
3737
This crate is entirely `#![no_std]` and does not depend on the `alloc` crate. No additional `Cargo.toml` features need to be configured

0 commit comments

Comments
 (0)