Open TheAlgorythm opened 2 years ago
Is there a reason, PopFront & PushFront have no impls?
PopFront
PushFront
impl
Btw shouldn't #![feature(generic_associated_types)] be behind the nightly feature flag?
#![feature(generic_associated_types)]
nightly
Oh, vim formatted it.
Is there a reason,
PopFront
&PushFront
have noimpl
s?Btw shouldn't
#![feature(generic_associated_types)]
be behind thenightly
feature flag?