summaryrefslogtreecommitdiffstats
path: root/target/doc/implementors/std/error/trait.Error.js
diff options
context:
space:
mode:
authorKartikaya Gupta <kats@trevize.staktrace.com>2018-09-05 20:57:47 -0400
committerKartikaya Gupta <kats@trevize.staktrace.com>2018-09-05 20:57:47 -0400
commit6ed59567fc1862c02005eaf80b0d3c4821c2815b (patch)
tree55cf252421476de147c2e4340331d3fa9afbd536 /target/doc/implementors/std/error/trait.Error.js
parent96808caf7d15cb73da84dc1bf8796fbe7136693e (diff)
Remove documentation stuff; point to docs.rs
Diffstat (limited to 'target/doc/implementors/std/error/trait.Error.js')
-rw-r--r--target/doc/implementors/std/error/trait.Error.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/doc/implementors/std/error/trait.Error.js b/target/doc/implementors/std/error/trait.Error.js
deleted file mode 100644
index e24314d..0000000
--- a/target/doc/implementors/std/error/trait.Error.js
+++ /dev/null
@@ -1,10 +0,0 @@
-(function() {var implementors = {};
-implementors["mailparse"] = [{text:"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/error/trait.Error.html\" title=\"trait std::error::Error\">Error</a> for <a class=\"enum\" href=\"mailparse/enum.MailParseError.html\" title=\"enum mailparse::MailParseError\">MailParseError</a>",synthetic:false,types:["mailparse::MailParseError"]},];
-
- if (window.register_implementors) {
- window.register_implementors(implementors);
- } else {
- window.pending_implementors = implementors;
- }
-
-})()