about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2015-02-19 10:04:56 -0800
committerIvan Petkov <ivanppetkov@gmail.com>2015-02-19 20:43:09 -0800
commitbe0dc49675ff38b4bc2e73f68bff298168bc6875 (patch)
treeed4665205cb78ba7ae6398238bb86ffe8f791c3c /src/libstd/sys
parent0b664bb8436f2cfda7f13a6f302ab486f332816f (diff)
downloadrust-be0dc49675ff38b4bc2e73f68bff298168bc6875.tar.gz
rust-be0dc49675ff38b4bc2e73f68bff298168bc6875.zip
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
Diffstat (limited to 'src/libstd/sys')
0 files changed, 0 insertions, 0 deletions