We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0a786 commit 40c58f6Copy full SHA for 40c58f6
scripts/extract_rust_examples.py
@@ -37,7 +37,7 @@
37
script_dir = os.path.dirname(os.path.abspath(__file__))
38
sys.path.insert(0, script_dir)
39
40
-from rustdoc_utils import (
+from rustdoc_utils import ( # noqa: E402
41
compile_single_example,
42
format_test_results,
43
generate_test_crate,
scripts/migrate_rust_examples.py
@@ -33,7 +33,7 @@
33
34
35
36
-from rustdoc_utils import compile_single_example, RustExample
+from rustdoc_utils import compile_single_example, RustExample # noqa: E402
# Pattern to find code-block:: rust within the content
0 commit comments