You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in languages like rust there is a type of special attribute that we will create starting with #![. when we create attribute like this it'll get applied globally.
we currently have a nice ligature for #[ it would be nice if we had one for #![ as well...
The text was updated successfully, but these errors were encountered:
in languages like rust there is a type of special attribute that we will create starting with
#![
. when we create attribute like this it'll get applied globally.we currently have a nice ligature for
#[
it would be nice if we had one for#![
as well...The text was updated successfully, but these errors were encountered: