We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa7d4d commit b03725bCopy full SHA for b03725b
1 file changed
src/wasm/types.rs
@@ -321,13 +321,9 @@ pub struct AttributeFilter {
321
pub trait_value: String,
322
}
323
324
-
325
impl From<AttributeFilter> for torii_proto::TokenAttributeFilter {
326
fn from(value: AttributeFilter) -> Self {
327
- Self {
328
- trait_name: value.trait_name,
329
- trait_value: value.trait_value,
330
- }
+ Self { trait_name: value.trait_name, trait_value: value.trait_value }
331
332
333
0 commit comments