From 77178df8223b6faec0b2378a7b506d5fb48f9a53 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 15 Jan 2019 13:58:29 +0800 Subject: [PATCH] attributes.md Outer -> Inner --- src/attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.md b/src/attributes.md index f0452c3df..7454789cf 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -77,7 +77,7 @@ mod bar { #[allow(non_camel_case_types)] type int8_t = i8; -// Outer attribute applies to the entire function. +// Inner attribute applies to the entire function. fn some_unused_variables() { #![allow(unused_variables)]