Format code using 'cargo fmt'

This commit is contained in:
Atul Bhosale
2019-09-23 19:35:37 +07:00
parent 8207fdea40
commit 1273e2d52d
36 changed files with 8738 additions and 6375 deletions

View File

@@ -1,8 +1,12 @@
#[macro_use] extern crate cfg_if;
#[macro_use] extern crate downcast;
#[macro_use]
extern crate cfg_if;
#[macro_use]
extern crate downcast;
extern crate indexmap;
#[macro_use] extern crate prolog_parser;
#[macro_use] extern crate ref_thread_local;
#[macro_use]
extern crate prolog_parser;
#[macro_use]
extern crate ref_thread_local;
cfg_if! {
if #[cfg(feature = "readline_rs_compat")] {