summaryrefslogtreecommitdiff
path: root/emacs.d/elpa/flycheck-rust-20190319.1546/flycheck-rust-autoloads.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/elpa/flycheck-rust-20190319.1546/flycheck-rust-autoloads.el')
-rw-r--r--emacs.d/elpa/flycheck-rust-20190319.1546/flycheck-rust-autoloads.el30
1 files changed, 30 insertions, 0 deletions
diff --git a/emacs.d/elpa/flycheck-rust-20190319.1546/flycheck-rust-autoloads.el b/emacs.d/elpa/flycheck-rust-20190319.1546/flycheck-rust-autoloads.el
new file mode 100644
index 0000000..8ec491f
--- /dev/null
+++ b/emacs.d/elpa/flycheck-rust-20190319.1546/flycheck-rust-autoloads.el
@@ -0,0 +1,30 @@
+;;; flycheck-rust-autoloads.el --- automatically extracted autoloads
+;;
+;;; Code:
+
+(add-to-list 'load-path (directory-file-name
+ (or (file-name-directory #$) (car load-path))))
+
+
+;;;### (autoloads nil "flycheck-rust" "flycheck-rust.el" (0 0 0 0))
+;;; Generated autoloads from flycheck-rust.el
+
+(autoload 'flycheck-rust-setup "flycheck-rust" "\
+Setup Rust in Flycheck.
+
+If the current file is part of a Cargo project, configure
+Flycheck according to the Cargo project layout.
+
+\(fn)" t nil)
+
+(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "flycheck-rust" '("flycheck-rust-")))
+
+;;;***
+
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; coding: utf-8
+;; End:
+;;; flycheck-rust-autoloads.el ends here