Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 0a1debf

Browse files
committed
Disable clippy for example
1 parent 073ed6b commit 0a1debf

File tree

1 file changed

+1
-0
lines changed
  • src/agent/debuggable-module/examples

1 file changed

+1
-0
lines changed

src/agent/debuggable-module/examples/dump.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
3+
#![allow(clippy::all)]
34

45
use std::rc::Rc;
56

0 commit comments

Comments
 (0)