mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-16 08:15:04 +01:00
haha
This commit is contained in:
parent
bded715627
commit
53e8bec4ec
3 changed files with 6 additions and 5 deletions
|
|
@ -91,6 +91,7 @@ macro_rules! options {
|
|||
|
||||
impl<W, O: FmtOpts> Formatter<W, O> {
|
||||
$(
|
||||
#[doc = concat!("Gets the `", stringify!($name), "` option from the underlying options type.")]
|
||||
#[inline]
|
||||
pub fn $name(&self) -> $ret {
|
||||
O::$name(&self.opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue