Skip to content

Commit

Permalink
auto merge of rust-lang#9919 : alexcrichton/rust/fmt-begone, r=huonw
Browse files Browse the repository at this point in the history
It lived a good life, but its time has come. The groundwork is set for the
official transition after the next snapshot (removal of XXX2 macros)
  • Loading branch information
bors committed Oct 19, 2013
2 parents a9836e7 + 29c58c4 commit cd623e3
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ifneq ($(wildcard $(NON_BUILD_TARGET_TRIPLES)),)
CFG_INFO := $(info cfg: non-build target triples $(NON_BUILD_TARGET_TRIPLES))
endif

CFG_RUSTC_FLAGS := $(RUSTFLAGS) --cfg nofmt
CFG_RUSTC_FLAGS := $(RUSTFLAGS)
CFG_GCCISH_CFLAGS :=
CFG_GCCISH_LINK_FLAGS :=

Expand Down
Loading

0 comments on commit cd623e3

Please sign in to comment.