Skip to content

refactor: log macro imports to edition 2021 style - #493

Merged
DeveloperC286 merged 1 commit into
mainfrom
claude/modernize-log-macros-2uxj9g
Jul 21, 2026
Merged

refactor: log macro imports to edition 2021 style#493
DeveloperC286 merged 1 commit into
mainfrom
claude/modernize-log-macros-2uxj9g

Conversation

@DeveloperC286

@DeveloperC286 DeveloperC286 commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Replace the edition-2015 #[macro_use] extern crate log; in main.rs
with per-module use log::{...} imports, bringing only the macros each
module actually uses into scope. Also drop the now-redundant
extern crate pretty_env_logger;, which is referenced by path.

Replace the edition-2015 `#[macro_use] extern crate log;` in main.rs
with per-module `use log::{...}` imports, bringing only the macros each
module actually uses into scope. Also drop the now-redundant
`extern crate pretty_env_logger;`, which is referenced by path.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011ywabceraLbj5Z2wXcJkM4
@DeveloperC286 DeveloperC286 changed the title Modernize log macro imports to edition 2021 style refactor: log macro imports to edition 2021 style Jul 21, 2026
@DeveloperC286
DeveloperC286 enabled auto-merge (squash) July 21, 2026 21:35
@DeveloperC286
DeveloperC286 merged commit 66db44b into main Jul 21, 2026
32 of 33 checks passed
@DeveloperC286
DeveloperC286 deleted the claude/modernize-log-macros-2uxj9g branch July 21, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants