File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ with the same name (or with a well-known symbol), leading to undefined behavior.
7474extern " C" fn foo () {}
7575```
7676
77- > ** Edition Differences ** : Before the 2024 edition it is allowed to use the ` no_mangle ` attribute without the ` unsafe ` qualification.
77+ > ** Edition differences ** : Before the 2024 edition it is allowed to use the ` no_mangle ` attribute without the ` unsafe ` qualification.
7878
7979## The ` link_section ` attribute
8080
@@ -92,7 +92,7 @@ of memory not expecting them, such as mutable data into read-only areas.
9292pub static VAR1: u32 = 1;
9393```
9494
95- > ** Edition Differences ** : Before the 2024 edition it is allowed to use the ` link_section ` attribute without the ` unsafe ` qualification.
95+ > ** Edition differences ** : Before the 2024 edition it is allowed to use the ` link_section ` attribute without the ` unsafe ` qualification.
9696
9797## The ` export_name ` attribute
9898
@@ -109,7 +109,7 @@ behavior.
109109pub fn name_in_rust () { }
110110```
111111
112- > ** Edition Differences ** : Before the 2024 edition it is allowed to use the ` export_name ` attribute without the ` unsafe ` qualification.
112+ > ** Edition differences ** : Before the 2024 edition it is allowed to use the ` export_name ` attribute without the ` unsafe ` qualification.
113113
114114[ _MetaNameValueStr_ ] : attributes.md#meta-item-attribute-syntax
115115[ `static` items ] : items/static-items.md
You can’t perform that action at this time.
0 commit comments