Allow unused imports in generated code

This commit is contained in:
2026-05-04 20:19:40 -07:00
parent 04ef952a58
commit 3e5544d3d8
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
// @generated by protoc-gen-roto — do not edit
#![allow(unused_imports)]
use crate::{ProtoAccessor, ProtoBuilder, Result, RotoError, read_varint, RepeatedFieldIterator};
use std::str;