We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fc4d9 commit 495efdbCopy full SHA for 495efdb
src/visibility-and-privacy.md
@@ -211,10 +211,10 @@ fn bar() {
211
fn main() { bar() }
212
```
213
214
-Note that this syntax only adds another restriction to the visibility of an
215
-item. It does not guarantee that the item is visible within all parts of the
216
-specified scope. To access an item, all of its parent items up to the
217
-current scope must still be visible as well.
+> **Note:** This syntax only adds another restriction to the visibility of an
+> item. It does not guarantee that the item is visible within all parts of the
+> specified scope. To access an item, all of its parent items up to the
+> current scope must still be visible as well.
218
219
## Re-exporting and Visibility
220
0 commit comments