failure icon indicating copy to clipboard operation
failure copied to clipboard

Fix URL to documentation.

Open rbtcollins opened this issue 6 years ago • 2 comments

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 avatar Feb 13 '19 02:02 rbtcollins

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}; | ^^^^^^^^^^^^^^^^^

rbtcollins avatar Feb 13 '19 02:02 rbtcollins

This should build ok now #303 is in

palfrey avatar Mar 05 '19 09:03 palfrey