Cargo Features

[dependencies]
nrf51822 = { version = "0.1.2", default-features = false, features = ["rt"] }
default = rt

The rt feature is set by default whenever nrf51822 is added without default-features = false somewhere in the dependency tree.

rt default

Affects interrupt::DH_TRAMPOLINE, interrupt::INTERRUPTS