chore: cargo fmt - turn on group_imports=StdExternalCrate (#26646)

This commit is contained in:
David Sherret 2024-12-31 12:13:39 -05:00 committed by GitHub
parent 88bd5f09f7
commit ac7b33a340
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
298 changed files with 2160 additions and 1951 deletions

View file

@ -5,8 +5,10 @@
const NAPI_VERSION: u32 = 9;
use crate::*;
use std::ptr::NonNull;
use libc::INT_MAX;
use napi_sym::napi_sym;
use super::util::check_new_from_utf8;
use super::util::check_new_from_utf8_len;
@ -20,8 +22,7 @@ use crate::check_env;
use crate::function::create_function;
use crate::function::create_function_template;
use crate::function::CallbackInfo;
use napi_sym::napi_sym;
use std::ptr::NonNull;
use crate::*;
#[derive(Debug, Clone, Copy, PartialEq)]
enum ReferenceOwnership {