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
Here #[extendr] macro has a field attribute that is not #[extendr(default = "NULL")].
I believe including the macro name in the attribute is standard practice, to avoid collisions with other macros.
Looking at this example snippet
Source: extendr/extendr.github.io#27
Here
#[extendr]
macro has a field attribute that is not#[extendr(default = "NULL")]
.I believe including the macro name in the attribute is standard practice, to avoid collisions with other macros.
See https://serde.rs/field-attrs.html as an example
The text was updated successfully, but these errors were encountered: