Skip to content

warning while compilling and game wont start #4

@ZuXeLinc

Description

@ZuXeLinc

This warning in the end of compilling, with this DLL game wont starting:

warning: method page_mut is never used
--> src\lib.rs:88:8
|
85 | trait Memory<'memory>: Index<usize, Output = u8> {
| ------ method in this trait
...
88 | fn page_mut<'s>(&'s mut self, index: usize) -> &'s mut Page<'memory>;
| ^^^^^^^^
|
= note: #[warn(dead_code)] on by default

warning: bitfix (lib) generated 1 warning
Finished release profile [optimized] target(s) in 1m 36s

изображение

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions