sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

fix(intruder-alarm): remove 'shared' feature declaration #60

Closed amanjeev closed 5 years ago

amanjeev commented 5 years ago

Removes #![feature(shared)] because it is likely not needed with the current nightly rustc (1.31).

amanjeev commented 5 years ago

@hawkw updated the commit message. Sorry took a bit longer.