mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-12-23 08:47:53 +00:00
fmt
This commit is contained in:
parent
7b159382b9
commit
986b2a2dcb
1 changed files with 5 additions and 7 deletions
|
|
@ -92,13 +92,11 @@ where
|
|||
}
|
||||
|
||||
if let Ok(legacy) = Vec::<tagspecs::legacy::LegacyTagSpecDef>::deserialize(&value) {
|
||||
tracing::warn!(
|
||||
concat!(
|
||||
"DEPRECATED: TagSpecs v0.4.0 format detected. Please migrate to v0.6.0 format. ",
|
||||
"The old format will be removed in v6.2.0. ",
|
||||
"See migration guide: https://djls.joshthomas.dev/tagspecs/#migration-from-v040",
|
||||
)
|
||||
);
|
||||
tracing::warn!(concat!(
|
||||
"DEPRECATED: TagSpecs v0.4.0 format detected. Please migrate to v0.6.0 format. ",
|
||||
"The old format will be removed in v6.2.0. ",
|
||||
"See migration guide: https://djls.joshthomas.dev/tagspecs/#migration-from-v040",
|
||||
));
|
||||
return Ok(tagspecs::legacy::convert_legacy_tagspecs(legacy));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue