]> git.lizzy.rs Git - rust.git/commit
Remove Option from the return type of Attribute::name()
authorSeiichi Uchida <seuchida@gmail.com>
Tue, 30 Jan 2018 05:53:01 +0000 (14:53 +0900)
committerflip1995 <uwdkn@student.kit.edu>
Wed, 2 May 2018 09:32:34 +0000 (11:32 +0200)
commit9b3aea602c37d53bbecf8bff8c77ccbfbefc23d0
treedafe616470a07d22095ed35f0d2f421d309d44d9
parent759bd01e039452a1a357d347aea51348f9ffc443
Remove Option from the return type of Attribute::name()
17 files changed:
src/librustc/hir/check_attr.rs
src/librustc/ich/impls_syntax.rs
src/librustc/lint/levels.rs
src/librustc/middle/stability.rs
src/librustc_lint/builtin.rs
src/librustc_lint/lib.rs
src/librustc_lint/unused.rs
src/librustc_resolve/macros.rs
src/librustdoc/clean/mod.rs
src/librustdoc/html/render.rs
src/libsyntax/attr.rs
src/libsyntax/ext/derive.rs
src/libsyntax/feature_gate.rs
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/libsyntax_ext/deriving/custom.rs
src/libsyntax_ext/deriving/generic/mod.rs