mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Fix doctest errors in rustdoc comments
Mostly this disables doctest for comments that are not actually tests.
This commit is contained in:
parent
787a683365
commit
a939cc50bb
5 changed files with 15 additions and 12 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue