infer_schema_internals 1.4.0

Previously internal to `diesel_infer_schema`. Not intended for public use
Build #138965 2019-01-24T18:43:50.847404+00:00
# rustc version
rustc 1.33.0-nightly (c2d381d39 2019-01-10)# docs.rs version
cratesfyi 0.6.0 (1a20968 2019-01-11)# build log
Updating crates.io index
Downloading crates ...
Downloaded infer_schema_internals v1.4.0
Downloading crates ...
Downloaded clippy v0.0.195
Fresh unicode-xid v0.1.0
Fresh proc-macro2 v0.4.26
Fresh byteorder v1.3.1
Fresh quote v0.6.11
Fresh syn v0.15.26
Fresh diesel_derives v1.4.0
Checking diesel v1.4.0
Running `rustc --crate-name diesel /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=ab1a8d9ab83adb3f -C extra-filename=-ab1a8d9ab83adb3f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-43d97daff905877e.rmeta --extern diesel_derives=/home/cratesfyi/cratesfyi/debug/deps/libdiesel_derives-be5d0b85e81b036c.so --cap-lints allow`
Documenting infer_schema_internals v1.4.0
Running `rustdoc --crate-name infer_schema_internals /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/infer_schema_internals-1.4.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'dotenv=https://docs.rs/dotenv/0.10.1' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.85' --extern-html-root-url 'diesel=https://docs.rs/diesel/1.4.0' --extern-html-root-url 'clippy=https://docs.rs/clippy/0.0.195' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern diesel=/home/cratesfyi/cratesfyi/debug/deps/libdiesel-ab1a8d9ab83adb3f.rmeta`
error: At least one backend must be specified for use with this crate.
In Cargo.toml, please specify `features = ["postgresql"]`, `features = ["mysql"]`, or `features = ["sqlite"]`

ex. `infer_schema_internals { features = ["postgres"] }`

--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/infer_schema_internals-1.4.0/src/inference.rs:70:14
|
70 |           _ => compile_error!(
|  ______________^
71 | |             "At least one backend must be specified for use with this crate.\n \
72 | |              In Cargo.toml, please specify `features = [\"postgresql\"]`, \
73 | |              `features = [\"mysql\"]`, or `features = [\"sqlite\"]`\n\n \
74 | |              ex. `infer_schema_internals { features = [\"postgres\"] }`\n "
75 | |         ),
| |_________^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name infer_schema_internals /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/infer_schema_internals-1.4.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"default\"\' -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url \'dotenv=https://docs.rs/dotenv/0.10.1\' --extern-html-root-url \'serde=https://docs.rs/serde/1.0.85\' --extern-html-root-url \'diesel=https://docs.rs/diesel/1.4.0\' --extern-html-root-url \'clippy=https://docs.rs/clippy/0.0.195\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern diesel=/home/cratesfyi/cratesfyi/debug/deps/libdiesel-ab1a8d9ab83adb3f.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `infer_schema_internals`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.