Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump env_logger from 0.11.2 to 0.11.3 #1553

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

Scalar,
/// Type implementing TryFromGlib<Error=GlibNoneError>.
Option,
/// Type implementing TryFromGlib<Err> where Err is neither GlibNoneError

Check warning on line 13 in src/analysis/conversion_type.rs

GitHub Actions / build-deploy

unclosed HTML tag `Err`
/// nor GlibNoneOrInvalidError. Embeds the Error type name.
/// Defaults to the object's type for the `Ok` variant if `ok_type` is
/// `None`.
pub user_data_index: usize,
pub destroy_index: usize,
pub nullable: library::Nullable,
/// This field is used to give the type name when generating the "IsA<X>"

Check warning on line 41 in src/analysis/trampolines.rs

GitHub Actions / build-deploy

unclosed HTML tag `X`
/// part.
pub type_name: String,
}
use log::info;
use super::{function_parameters::TransformationType, imports::Imports, *};

Check warning on line 3 in src/analysis/enums.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly

Check warning on line 3 in src/analysis/enums.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly
use crate::{codegen::Visibility, config::gobjects::GObject, env::Env, nameutil::*, traits::*};

Check warning on line 4 in src/analysis/enums.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Env` is imported redundantly

Check warning on line 4 in src/analysis/enums.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Env` is imported redundantly
#[derive(Debug, Default)]
pub struct Info {
use log::info;
use super::{function_parameters::TransformationType, imports::Imports, *};

Check warning on line 3 in src/analysis/flags.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly

Check warning on line 3 in src/analysis/flags.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly
use crate::{codegen::Visibility, config::gobjects::GObject, env::Env, nameutil::*, traits::*};

Check warning on line 4 in src/analysis/flags.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Env` is imported redundantly

Check warning on line 4 in src/analysis/flags.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Env` is imported redundantly
#[derive(Debug, Default)]
pub struct Info {
use super::{imports::Imports, *};

Check warning on line 1 in src/analysis/info_base.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly

Check warning on line 1 in src/analysis/info_base.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly
use crate::{codegen::Visibility, library, version::Version};

Check warning on line 2 in src/analysis/info_base.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `library` is imported redundantly

Check warning on line 2 in src/analysis/info_base.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `library` is imported redundantly
#[derive(Debug, Default)]
pub struct InfoBase {
use log::info;
use super::{
child_properties::ChildProperties, imports::Imports, info_base::InfoBase,

Check warning on line 6 in src/analysis/object.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly

Check warning on line 6 in src/analysis/object.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly
signatures::Signatures, *,
};
use crate::{
config::gobjects::{GObject, GStatus},
env::Env,

Check warning on line 11 in src/analysis/object.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Env` is imported redundantly

Check warning on line 11 in src/analysis/object.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Env` is imported redundantly
library::{self, FunctionKind},

Check warning on line 12 in src/analysis/object.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `library` is imported redundantly

Check warning on line 12 in src/analysis/object.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `library` is imported redundantly
nameutil::*,
traits::*,
};
use log::info;
use super::{imports::Imports, info_base::InfoBase, record_type::RecordType, *};

Check warning on line 5 in src/analysis/record.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly

Check warning on line 5 in src/analysis/record.rs

GitHub Actions / Build/Test (ubuntu-latest, nightly)

the item `Imports` is imported redundantly
use crate::{
config::{
derives::{Derive, Derives},