We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24963ed commit 6742a6dCopy full SHA for 6742a6d
1 file changed
core/src/lib.rs
@@ -15,6 +15,8 @@
15
// See the License for the specific language governing permissions and
16
// limitations under the License.
17
18
+#![allow(clippy::result_large_err)]
19
+
20
use std::{fmt::Debug, str::FromStr, time::Duration};
21
22
use common::shared_parameters::SharedParams;
0 commit comments