Ivan Petkov be0dc49675 Unsafe lint will also check for other unsafe code
Checks include declaration/implementation of unsafe functions, traits,
and methods.

This allows warning or forbidding all uses of unsafe code, whereas
previously only unsafe blocks were caught by the lint.

The lint has been renamed from `unsafe-blocks` to `unsafe-code` to
reflect its new purpose.

This is a minor [breaking-change]

Closes #22430
2015-02-19 20:43:09 -08:00
..
2015-02-17 22:04:31 -08:00
2015-02-17 22:04:31 -08:00
2015-02-17 22:04:31 -08:00
2015-02-17 22:04:31 -08:00