You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the project locally, there is a single warning related to using unsafed block where it is not needed.
Environment
Model Name: MacBook Pro
Model Identifier: MacBookPro18,2
OS: 15.0.1 (24A348)
Chip: Apple M1 Max
Total Number of Cores: 10 (8 performance and 2 efficiency)
Memory: 32 GB
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered:
Hello! I really liked the project and wanted to contribute to its development. I’m just getting familiar with the project and hope to be of help. During my first local build, I noticed a single warning. The addr_of! macro itself is a safe operation and does not require placement within an unsafe block. It creates a constant raw pointer (*const T) to a memory location without creating an intermediate reference. Type casting using as *const _ and as dispatch_queue_t is also a safe operation in Rust and does not require an unsafe block. I apologize in advance if this issue is irrelevant or improperly formatted; I’m still learning about the project and community guidelines. I have prepared a pull request, and if the issue is indeed relevant, I will publish it.
Check for existing issues
Describe the bug / provide steps to reproduce it
When building the project locally, there is a single warning related to using unsafed block where it is not needed.
Environment
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: