Skip to content

Commit c1ea761

Browse files
committed
f docs
1 parent 98022e6 commit c1ea761

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lightning/src/util/async_poll.rs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
//! Somse utilities to make working with std Futures easier
1+
// This file is Copyright its original authors, visible in version control
2+
// history.
3+
//
4+
// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5+
// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6+
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7+
// You may not use this file except in accordance with one or both of these
8+
// licenses.
9+
10+
//! Some utilities to make working with the standard library's [`Future`]s easier
211
312
use crate::prelude::*;
413
use core::future::Future;

0 commit comments

Comments
 (0)