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 69e46f3 commit 9ced953Copy full SHA for 9ced953
mk/pp.mk
@@ -1,4 +1,4 @@
1
-# Copyright 2012 The Rust Project Developers. See the COPYRIGHT
+# Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
2
# file at the top-level directory of this distribution and at
3
# http://rust-lang.org/COPYRIGHT.
4
#
@@ -18,7 +18,6 @@ else
18
$(wildcard $(S)src/test/*/*.rs \
19
$(S)src/test/*/*/*.rs) \
20
$(wildcard $(S)src/rustpkg/*.rs) \
21
- $(wildcard $(S)src/rusti/*.rs) \
22
$(wildcard $(S)src/rust/*.rs)
23
24
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L \
0 commit comments