Skip to content

Commit e322643

Browse files
committed
Remove #[feature(pointer_method)]
It is stable since rust 1.26
1 parent 21b5e7c commit e322643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(const_fn)]
22
#![feature(alloc, allocator_api)]
3-
#![feature(pointer_methods)]
43
#![no_std]
54

65
#[cfg(test)]

0 commit comments

Comments
 (0)