rust-lang-deprecated / failure

Error management
https://rust-lang-nursery.github.io/failure/
Apache License 2.0
1.42k stars 140 forks source link

Fix URL to documentation. #301

Open rbtcollins opened 5 years ago

rbtcollins commented 5 years ago

The docs at https://docs.rs/failure/0.1.5/failure/ were linking to the pre-nursery versions of the docs from withoutboats; this is harmful as the recommended use has evolved.

rbtcollins commented 5 years ago

The failure is in master too - error: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred --> src/backtrace/internal.rs:5:38 | 5 | use std::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; | ^^^^^^^^^^^^^^^^^

palfrey commented 5 years ago

This should build ok now #303 is in