Skip to content

Commit

Permalink
imix: remove one more 'a
Browse files Browse the repository at this point in the history
Mostly just learning how this works, can certainly apply more places.
  • Loading branch information
ppannuto committed Jun 28, 2018
1 parent 138683e commit 6053068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boards/imix/src/icmp_lowpan_test.rs
Expand Up @@ -147,7 +147,7 @@ impl<'a, A: time::Alarm> capsules::net::icmpv6::icmpv6_send::ICMP6SendClient
}
}

impl<'a, A: time::Alarm> LowpanICMPTest<'a, A> {
impl<A: time::Alarm> LowpanICMPTest<'a, A> {
pub fn new(
//sixlowpan_tx: TxState<'a>,
//radio: &'a Mac<'a>,
Expand Down
2 changes: 2 additions & 0 deletions boards/imix/src/main.rs
Expand Up @@ -5,6 +5,8 @@

#![no_std]
#![no_main]
#![feature(in_band_lifetimes)]
#![feature(infer_outlives_requirements)]
#![feature(panic_implementation)]
#![deny(missing_docs)]

Expand Down

0 comments on commit 6053068

Please sign in to comment.