fix(bindings): use custom class name
(cherry picked from commit 9d619d6fdc)
This commit is contained in:
parent
1b2fc42e45
commit
c70d6c2dfd
2 changed files with 6 additions and 12 deletions
|
|
@ -19,8 +19,7 @@ use std::{
|
|||
time::SystemTime,
|
||||
};
|
||||
|
||||
use anyhow::Error;
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use anyhow::{anyhow, Context, Error, Result};
|
||||
use etcetera::BaseStrategy as _;
|
||||
use fs4::fs_std::FileExt;
|
||||
use indoc::indoc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue