Skip to content

Commit

Permalink
fix: remove unneeded nightly feature flag
Browse files Browse the repository at this point in the history
A previous versin of PathIterator used `advance_by`. I fell for all the
issues described in
rust-lang/rust#77404 (comment),
and eventually switched to using `nth_back` which has already
stabilised.
  • Loading branch information
CjS77 committed Jul 4, 2023
1 parent 37af4be commit a9700ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base_layer/mmr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,6 @@
// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
// USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#![feature(iter_advance_by)]
//! # Merkle Mountain Ranges
//!
//! ## Introduction
Expand Down

0 comments on commit a9700ea

Please sign in to comment.