From 27122206a58101aca86710ae50967faafbacd734 Mon Sep 17 00:00:00 2001 From: Dag Henrik Date: Thu, 6 Jul 2017 16:36:59 +0200 Subject: [PATCH] Update attributes.md Added spaces around '=' for consistency. --- src/attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.md b/src/attributes.md index 05c1e1003853d..5c4cfd3fbca68 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -28,7 +28,7 @@ fn test_foo() { } // A conditionally-compiled module -#[cfg(target_os="linux")] +#[cfg(target_os = "linux")] mod bar { /* ... */ }