Skip to content

Commit c2351ab

Browse files
committed
---
yaml --- r: 2488 b: refs/heads/master c: b1d3364 h: refs/heads/master v: v3
1 parent 167e1b6 commit c2351ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 6510f1ce7cb026ceb98689583c13f18c1e7c2c12
2+
refs/heads/master: b1d3364487eb647f2d7fcb412a260c960e38c73e

trunk/src/comp/front/extfmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fn pieces_to_expr(parser p, vec[piece] pieces, vec[@ast.expr] args)
163163
fn make_path_vec(str ident) -> vec[str] {
164164
// FIXME: #fmt can't currently be used from within std
165165
// because we're explicitly referencing the 'std' crate here
166-
ret vec("std", "ExtFmt", "RT", ident);
166+
ret vec("std", "extfmt", "RT", ident);
167167
}
168168

169169
fn make_rt_path_expr(parser p, common.span sp, str ident) -> @ast.expr {

0 commit comments

Comments
 (0)