Skip to content

Commit

Permalink
Update config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dklassic committed Jan 20, 2025
1 parent de6bb1a commit d8560a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use net_traits::{
response::{Response, ResponseBody},
ResourceFetchTiming,
};
use servo_config::{opts::{default_opts, set_options, Opts, OutputOptions}, pref};
use servo_config::opts::{default_opts, set_options, Opts, OutputOptions};
use winit::{dpi, window::WindowAttributes};

/// Servo time profile settings
Expand Down

0 comments on commit d8560a5

Please sign in to comment.