Fix doctest errors in rustdoc comments

Mostly this disables doctest for comments that are not actually tests.
This commit is contained in:
Matt Brubeck 2014-09-17 14:05:21 -07:00
parent 787a683365
commit a939cc50bb
5 changed files with 15 additions and 12 deletions

View file

@ -250,7 +250,7 @@ impl CORSCache for CORSCacheSender {
/// A simple task-based CORS Cache that can be sent messages
///
/// #Example
/// ```
/// ```ignore
/// let task = CORSCacheTask::new();
/// let builder = TaskBuilder::new().named("XHRTask");
/// let mut sender = task.get_sender();