mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Enforce writing username in TODO comments (#4235)
This commit is contained in:
@@ -156,7 +156,7 @@ impl Default for Orientation {
|
||||
pub enum PlotPoints {
|
||||
Owned(Vec<PlotPoint>),
|
||||
Generator(ExplicitGenerator),
|
||||
// Borrowed(&[PlotPoint]), // TODO: Lifetimes are tricky in this case.
|
||||
// Borrowed(&[PlotPoint]), // TODO(EmbersArc): Lifetimes are tricky in this case.
|
||||
}
|
||||
|
||||
impl Default for PlotPoints {
|
||||
|
||||
Reference in New Issue
Block a user