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 d7961fe commit 55d379cCopy full SHA for 55d379c
noxfile.py
@@ -109,7 +109,6 @@ def test_rust(session: nox.Session):
109
110
for feature_set in _get_feature_sets():
111
flags = extra_flags.copy()
112
- print(feature_set)
113
114
if feature_set is None or "full" not in feature_set:
115
# doctests require at least the macros feature, which is
0 commit comments