mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 22:07:37 +03:00
Expand transparent attribute
This commit is contained in:
parent
7672b1eccd
commit
c3da1630d3
3 changed files with 69 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue