Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into cfg_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 14, 2023
2 parents e5e923b + a9ad1c5 commit 119aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ impl WebViewExtWindows for WebView {

/// Additional methods on `WebView` that are specific to Linux.
#[cfg(gtk)]
pub trait WebviewExtUnix: Sized {
pub trait WebViewExtUnix: Sized {
/// Create the webview from a GTK container widget, such as GTK window.
///
/// # Panics:
Expand All @@ -1436,7 +1436,7 @@ pub trait WebviewExtUnix: Sized {
}

#[cfg(gtk)]
impl WebviewExtUnix for WebView {
impl WebViewExtUnix for WebView {
fn new_gtk<W>(widget: &W) -> Result<Self>
where
W: gtk::prelude::IsA<gtk::Container>,
Expand Down

0 comments on commit 119aee3

Please sign in to comment.