mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
chore: review FIXMEs and TODOs (#272)
This patch also adds issue IDs when appropriate: ```rust // FIXME(#XX): the foo-bar problem // TODO(#XX): add support for feature baz here ``` This way, it’s easier to lookup the places relevant for tackling a specific issue of the tracker, and conversely, it’s easier to know which problem are "properly" tracked and which are not.
This commit is contained in:
parent
a5845f5c9f
commit
a5aa8a2ef4
14 changed files with 27 additions and 20 deletions
|
@ -170,7 +170,7 @@ pub trait StaticVirtualChannelProcessor: AsAny + fmt::Debug + Send {
|
|||
|
||||
#[doc(hidden)]
|
||||
fn is_drdynvc(&self) -> bool {
|
||||
// FIXME: temporary method that will be removed once drdynvc is ported to the new API
|
||||
// FIXME(#61): temporary method that will be removed once drdynvc is ported to the new API
|
||||
false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue