Expand transparent attribute

This commit is contained in:
David Tolnay 2019-11-30 19:27:28 -08:00
parent 7672b1eccd
commit c3da1630d3
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 69 additions and 30 deletions

View file

@ -4,8 +4,6 @@ use quote::ToTokens;
use std::collections::BTreeSet as Set;
use syn::{Error, Member, Result};
pub(crate) const CHECKED: &str = "checked in validation";
impl Input<'_> {
pub(crate) fn validate(&self) -> Result<()> {
match self {