Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Resolve a test warning because of a typo. #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grv07
Copy link

@grv07 grv07 commented Feb 4, 2021

warning: unknown attribute norun. Did you mean no_run?

@grv07
Copy link
Author

grv07 commented Feb 4, 2021

warning: unknown attribute norun. Did you mean no_run?
--> /home/tyagig/barrel/src/types/impls.rs:69:1
|
69 | / /// A database column type and all the metadata attached to it
70 | | ///
71 | | /// Using this struct directly is not recommended. Instead, you should be
72 | | /// using the constructor APIs in the types module.
... |
100 | | /// let col = integer().increments(true).unique(true);
101 | | /// ```
| |_______^
|
= note: #[warn(invalid_codeblock_attributes)] on by default
= help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want)

@grv07
Copy link
Author

grv07 commented Feb 5, 2021

The command "cargo install cargo-travis -f && export PATH=$HOME/.cargo/bin:$PATH" failed and exited with 101 during .

Is this because of barrel travis setup is failing ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant