fixed clippy errors again by addign inline for options::default
This commit is contained in:
parent
07524e0905
commit
9135dd4782
@ -143,6 +143,8 @@ pub struct Options<'a> {
|
|||||||
/// - <https://sass-lang.com/documentation/at-rules/import#finding-the-file>
|
/// - <https://sass-lang.com/documentation/at-rules/import#finding-the-file>
|
||||||
/// - <https://sass-lang.com/documentation/at-rules/import#load-paths>
|
/// - <https://sass-lang.com/documentation/at-rules/import#load-paths>
|
||||||
impl<'a> Default for Options<'a> {
|
impl<'a> Default for Options<'a> {
|
||||||
|
|
||||||
|
#[inline]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
style: OutputStyle::Expanded,
|
style: OutputStyle::Expanded,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user