mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Rename object_safety to dyn_compatibility
Up to a trait implemented by another package, linking to $CARGO_HOME/registry/cache/index.crates.io-6f17d22bba15001f/
This commit is contained in:
parent
01aaa53ef2
commit
4255cae1bb
12 changed files with 112 additions and 106 deletions
|
@ -1,4 +1,4 @@
|
|||
//! Object safe interface for file watching and reading.
|
||||
//! Dynamically compatible interface for file watching and reading.
|
||||
use std::fmt;
|
||||
|
||||
use paths::{AbsPath, AbsPathBuf};
|
||||
|
@ -232,6 +232,6 @@ impl fmt::Debug for Message {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn handle_is_object_safe() {
|
||||
fn handle_is_dyn_compatible() {
|
||||
fn _assert(_: &dyn Handle) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue