WIP Commit for stackoverflow

This commit is contained in:
Aidan Hahn 2021-12-30 21:14:24 -08:00
parent a967ac5c3e
commit 4cadb1a7eb
No known key found for this signature in database
GPG key ID: 327711E983899316
3 changed files with 47 additions and 39 deletions

View file

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#![feature(type_alias_impl_trait)]
use rustyline::error::ReadlineError;
use rustyline::Editor;