aboutsummaryrefslogtreecommitdiffstats
path: root/components/deny_public_fields/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Bump syn/quote in deny_public_fieldsBastien Orivel2018-02-121-11/+9
|
* deny_public_fields: display field identifier in help messageHarvey Hunt2017-06-251-1/+2
| | | | | | | | | Use a binding's field identifier to produce more descriptive output. Fall back to a binding's identifier if a field identifier is not available. Additionally, make the privatize.rs compiletest more specific and wrap the identifier in backticks to aid readability.
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-151-0/+26