Fixup style unit tests

This commit is contained in:
Emilio Cobos Álvarez 2017-03-27 04:14:02 +02:00
parent 46c6b4e1f3
commit 10ee812784
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 4 additions and 3 deletions

View file

@ -251,7 +251,7 @@
use std::borrow::{Cow, ToOwned};
#[derive(Debug, Clone, PartialEq)]
pub struct SpecifiedValue(Vec<(String, specified::Integer)>);
pub struct SpecifiedValue(pub Vec<(String, specified::Integer)>);
pub mod computed_value {
use std::fmt;