aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
diff options
context:
space:
mode:
authorDeokjin Kim <deokjin81.kim@samsung.com>2015-01-20 11:02:41 +0900
committerDeokjin Kim <deokjin81.kim@samsung.com>2015-01-20 11:02:41 +0900
commitee0ce0d8f4eecede189ee85cf51a64519ffa5c80 (patch)
treed563b117f264b305d5288caa00f4010f127e7c58 /components/devtools
parent80a6f0ae0880914f972b24a11216eed25d873576 (diff)
parentccf5f96fa91540ca73cfb24dd130d5124975fc6e (diff)
downloadservo-ee0ce0d8f4eecede189ee85cf51a64519ffa5c80.tar.gz
servo-ee0ce0d8f4eecede189ee85cf51a64519ffa5c80.zip
Merge branch 'master' of https://github.com/servo/servo into font_style
Diffstat (limited to 'components/devtools')
-rw-r--r--components/devtools/protocol.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/devtools/protocol.rs b/components/devtools/protocol.rs
index be27eed2ec1..df9078c7bf1 100644
--- a/components/devtools/protocol.rs
+++ b/components/devtools/protocol.rs
@@ -2,7 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/// Low-level wire protocol implementation. Currently only supports [JSON packets](https://wiki.mozilla.org/Remote_Debugging_Protocol_Stream_Transport#JSON_Packets).
+//! Low-level wire protocol implementation. Currently only supports
+//! [JSON packets]
+//! (https://wiki.mozilla.org/Remote_Debugging_Protocol_Stream_Transport#JSON_Packets).
use serialize::{json, Encodable};
use serialize::json::Json;