summaryrefslogtreecommitdiffstats
path: root/target/doc/implementors/core/fmt/trait.Display.js
diff options
context:
space:
mode:
authorKartikaya Gupta <kgupta@mozilla.com>2016-06-18 17:57:49 +0100
committerKartikaya Gupta <kgupta@mozilla.com>2016-06-18 17:57:53 +0100
commit812c2776ca90e32e2d4f3d1d7a40299af2b749b8 (patch)
tree41e1e5877af9ca18db8ad9564b3fa1c3bad32809 /target/doc/implementors/core/fmt/trait.Display.js
parentb3bd1281a9a4639357de56d6bed63f69de2568c3 (diff)
Add generated documentation
Diffstat (limited to 'target/doc/implementors/core/fmt/trait.Display.js')
-rw-r--r--target/doc/implementors/core/fmt/trait.Display.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/doc/implementors/core/fmt/trait.Display.js b/target/doc/implementors/core/fmt/trait.Display.js
new file mode 100644
index 0000000..a95332e
--- /dev/null
+++ b/target/doc/implementors/core/fmt/trait.Display.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['mailparse'] = ["impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html' title='core::fmt::Display'>Display</a> for <a class='enum' href='mailparse/enum.MailParseError.html' title='mailparse::MailParseError'>MailParseError</a>",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()