Updated nightly, now this is stable, yay!
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
you run this is missing some pieces. The following is known to
work (with otter from the time of writing):
```
- rustup default nightly-2020-11-09
+ rustup default nightly-2021-01-26
```
4. Install the `usvg` SVG launderer, which we need for shape libraries
// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
-#![feature(slice_strip)]
-
#![allow(clippy::redundant_closure_call)]
pub mod accounts;
// limb by 1, with borrow, then add two limbs vvvvvvvvvv, and
// redo.
-#![feature(slice_strip)]
-
use std::cmp::{max, Ordering};
use std::convert::{TryFrom, TryInto};
use std::fmt::{self, Debug, Display, Formatter};