From 72fd02d93985bc9be359d736eec0484cb51a8b3f Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 16 Aug 2013 15:54:14 +1000 Subject: doc: convert remaining uses of core:: to std::. --- src/rt/rust_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_log.cpp') diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp index 25b246c69f5..127a1b57a21 100644 --- a/src/rt/rust_log.cpp +++ b/src/rt/rust_log.cpp @@ -31,7 +31,7 @@ const size_t default_log_level = log_err; // This is a rather ugly parser for strings in the form // "crate1,crate2.mod3,crate3.x=1". Log levels are 0-255, -// with the most likely ones being 0-3 (defined in core::). +// with the most likely ones being 0-3 (defined in std::). size_t parse_logging_spec(char* spec, log_directive* dirs) { size_t dir = 0; while (dir < max_log_directives && *spec) { -- cgit 1.4.1-3-g733a5